crypto/internal/fips140/aes/gcm.CMAC.k1 (field)
8 uses
crypto/internal/fips140/aes/gcm (current package)
cmac.go#L20: k1 [aes.BlockSize]byte
cmac.go#L31: aes.EncryptBlockInternal(&c.b, c.k1[:], c.k1[:])
cmac.go#L32: msb := shiftLeft(&c.k1)
cmac.go#L33: c.k1[len(c.k1)-1] ^= msb * 0b10000111
cmac.go#L35: c.k2 = c.k1
cmac.go#L55: subtle.XORBytes(x[:], c.k1[:], x[:])
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)